From: Juanma Barranquero Date: Tue, 9 Jul 2002 07:34:22 +0000 (+0000) Subject: (face-id): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31787 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=458c819e574cd605ac845303041eadce632be881;p=emacs.git (face-id): Fix typo. --- diff --git a/lisp/faces.el b/lisp/faces.el index 3dfc24931ad..422a851f56e 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -224,7 +224,7 @@ Value is FACE." ;; support faces in display table entries. (defun face-id (face &optional frame) - "Return the interNal ID of face with name FACE. + "Return the internal ID of face with name FACE. If optional argument FRAME is nil or omitted, use the selected frame." (check-face face) (get face 'face))